home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / UNSPLIT / text0321.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  1.6 KB  |  39 lines

  1. > > It's not such a big problem if you put some kind of music on the FPU either as it will be optional.
  2. > > Waht can an FPU do anyway? I guess it can't do anything I want it to do. What about the blitter?
  3. > > CAn't you use that to something wonderful crazy?? Isn't there some starnge silicon chips controlling
  4. > > the ports as well (lan/parallel/serie)? Can't they be used to something?
  5. > Okay, here goes:
  6.  
  7. :-)
  8.  
  9. > FPU:
  10. > Slow for 3D (too high accuracy). Best where high accuracy is useful 
  11. > together with a lot of calculations, for example in a high quality 
  12. > raytracer. Also, floating point operations in C are best performed by the 
  13. > FPU because C, like the FPU, uses IEEE floating point.
  14.  
  15. So the FPU could actually be used for something. The problem is that not all
  16. falcon have got an FPU, so that's why I wanted to put something that isn't
  17. necessary for the game on the FPU, like music, but I understand that it can't
  18. be used for that. Forget it. :-)
  19.  
  20. > Blitter:
  21. > Does one thing (and, on the Falcon, not too well): Copies data from one 
  22. > memory address to another, with the option of doing some shifts and stuff 
  23. > while doing it. For some strange reasong, there are problems blitting 
  24. > directly from the DSP host port.
  25.  
  26. This one everyone has got. Maybe it could be used for something, like sprites or
  27. overlay graphics?
  28.  
  29. > Keyboard and other processors:
  30. > Short answer: forget about it.
  31. > Longger answer: They are too slow and too sepcific to use for anything 
  32. > apart from for what they were designed.
  33.  
  34. Well... there is always the Yamaha soundchip...
  35.  
  36. //Magnus Kollberg
  37.  
  38.